home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 4 / Assassins 4 (1999)(Weird Science).iso / arcade / gx_racer / readme.txt < prev    next >
Text File  |  1999-01-01  |  1KB  |  18 lines

  1. Heres a few examples and the code for the GX-chunkylib for blitz ][
  2. this is only a demo version and the code is quite messy.  if
  3. you want to try the code supplied you will have to sort out the blitzlib
  4. "gxchunkyBlib.bb2" and compile it as a library at the moment it is
  5. quite likey to crash as theres no error checking and it will quite happily
  6. mess up any area of memory if you point it in the wrong direction. This
  7. version is also quite slow as ive just changed it so it move ckys around
  8. the screen and changed from a 12bit chunky  to 8 bit chunky with 8 bit
  9. palette (takes up less memory) chunkys are 126*84 ish (see code) and are
  10. 8 bits per pixel which point to a chunky palette 12bits per colour *256
  11. cols. some gxf packages will conver to this (gfx master) but i wrote a
  12. custom one which converts 256col and ham which is proberly the best way as
  13. you dont have to alter the file and cut of the headers cos code doesnt
  14. reconise any headers.
  15. anyway if i see any need for this lib ill fix up a proper working version.
  16.  
  17.                                             Anthony Corcutt
  18.